速報APP / 工具 / My Web App

My Web App

價格:免費

更新日期:2015-04-27

檔案大小:2.1M

目前版本:2.0

版本需求:Android 3.0 以上版本

官方網站:http://www.brainatoms.com/mywebapp/index.html

Email:wagner.alvarenga@gmail.com

聯絡地址:Calle 22 Sur # 40-63 Envigado - Antioquia Colombia

My Web App(圖1)-速報App

MyWebApp is an Android App that loads a index.html (local web site) file located under MyWebApp folder of your SD card.

Copy your custom web content to the MyWebApp folder. You can use HTML, CSS and Javascript files. Then reload the App to view your content.

FEATURES

You can call predefined functions from your Javascript code using 'window.external.FunctionName(Optional Parameters);'. Replace FunctionName and Optional Parameters according with the function called. Some functions are:

- GetWidth()

- GetHeight()

My Web App(圖2)-速報App

- GetAndroidID()

- GetUserAccount()

- FileExist('test.txt')

- FileWrite('test.txt', 'Test data.')

- FileLoad('test.txt')

- FileDelete('test.txt')

My Web App(圖3)-速報App

- CreateDirectory('temp')

- DeleteDirectory('temp')

- GetContact() fires onContactPickerSuccess(vlstrName, vlstrNumbers) and onContactPickerFail(vlstrError).

- GetPicture() fires onGetPictureSuccess(vlintResultCode) and onGetPictureFail(vlintResultCode). On success you need to call window.external.GetPictureData() for the Base64 image data.

- StartGPSService() fires onLocationChanged(vldblLat, vldblLon, vldblSpeed) and onStatusChanged(vlstrStatus).

- CancelGPSService()

My Web App(圖4)-速報App

- StartTTSService()

- SetSpokenLanguage(LanguageCode) Ej: 'en', 'spa', 'es', etc.

- SpeakText(Text)

- CancelTTSService()

- MsgBox(Message)

- PlayBeep(Tone) Ej: 28

My Web App(圖5)-速報App

- PlaySound('http://soundbible.com/mp3/Music_Box-Big_Daddy-1389738694.mp3')

- CancelToast()

- EnableToast()

- and more to come.

My Web App(圖6)-速報App